home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / DPLZ2665.PP_ / dplz2665.ppd
PostScript Printer Description  |  1996-06-03  |  11KB  |  340 lines

  1. *PPD-Adobe: "4.0"
  2. *% Copyright 1994 Dataproducts corporation.
  3. *% All Rights Reserved.
  4. *% Permission is granted for redistribution of this file as
  5. *% long as this copyright notice is intact and the contents
  6. *% of the file are not altered in any way from their original form.
  7. *% End of Copyright statement
  8. *FormatVersion: "4.0"
  9. *FileVersion: "DPC4.0W1.01.041994"
  10. *PCFileName: "Dplz2665.PPD"
  11. *LanguageVersion: English
  12. *Product: "(Dataproducts LZR 2665)"
  13. *PSVersion: "(46.2) 1"
  14. *ModelName: "Dataproducts LZR-2665"
  15. *NickName: "Dataproducts LZR-2665 v46.2"
  16. *ShortNickName: "Dataproducts LZR-2665 v46.2"
  17.  
  18. *% ==== Options and Constraints =====
  19. *OpenGroup: InstallableOptions/Options Installed
  20.  
  21. *OpenUI *Option1/Optional Lower Tray: Boolean
  22. *DefaultOption1: False
  23. *Option1 True/Installed: ""
  24. *Option1 False/Not Installed: ""
  25. *CloseUI: *Option1
  26.  
  27. *CloseGroup: InstallableOptions
  28.  
  29. *UIConstraints: *Option1 False *InputSlot Lower
  30.  
  31. *% General Information and Defaults ===============
  32. *ColorDevice: False
  33. *DefaultColorSpace: Gray
  34. *FreeVM: "178744"
  35. *LanguageLevel: "1"
  36. *VariablePaperSize: False
  37. *FileSystem: False
  38. *Throughput: "26"
  39. *Password: "0"
  40. *ExitServer: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup    % potential password
  45.     statusdict /checkpassword get exec not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot perform the exitserver command.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict /exitserver get exec
  54. "
  55. *End
  56.  
  57. *Reset: "
  58.   count 0 eq {  % is the password on the stack?
  59.     true
  60.   }{
  61.     dup    % potential password
  62.     statusdict /checkpassword get exec not
  63.   } ifelse
  64.   {  %  if no password or not valid
  65.     (WARNING : Cannot reset printer.) =
  66.     (Password supplied is not valid.) =
  67.     (Please contact the author of this software.) = flush
  68.     quit
  69.   } if
  70.   serverdict /exitserver get exec
  71.   systemdict /quit get exec
  72.   (WARNING : Printer Reset Failed.) = flush
  73. "
  74. *End
  75.  
  76. *DefaultResolution: 300dpi
  77. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  78. *?Resolution: "
  79. save
  80.   initgraphics
  81.   0 0 moveto currentpoint matrix defaultmatrix transform
  82.   0 72 lineto currentpoint matrix defaultmatrix transform
  83.   3 -1 roll sub dup mul
  84.   3 1 roll exch sub dup mul
  85.   add sqrt round cvi
  86.   (          ) cvs print (dpi) = flush
  87. restore
  88. "
  89. *End
  90.  
  91. *% Halftone Information ===============
  92. *ScreenFreq: "50.0"
  93. *ScreenAngle: "54.0"
  94. *DefaultScreenProc: Dot
  95. *ScreenProc Dot: " {dup mul exch dup mul add sqrt 1 exch sub } "
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "
  98.  { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99. *End
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *% Paper Handling ===================
  106. *% Use these entries to set paper size most of the time, unless there is
  107. *% specific reason to use PageRegion.
  108. *OpenUI *PageSize: PickOne
  109. *OrderDependency: 30 AnySetup *PageSize
  110. *DefaultPageSize: Letter
  111. *PageSize Letter: "statusdict /lettertray get exec letterR"
  112. *PageSize Letter.Transverse: "statusdict /lettertray get exec letter"
  113. *PageSize Legal: "statusdict /legaltray get exec"
  114. *PageSize Ledger: "statusdict /ledgertray get exec"
  115. *PageSize Statement: "statusdict /statementtray get exec"
  116. *PageSize Tabloid: "statusdict /11x17tray get exec"
  117. *PageSize A3: "statusdict /a3tray get exec"
  118. *PageSize A4: "statusdict /a4tray get exec a4R"
  119. *PageSize A4.Transverse: "statusdict /a4tray get exec a4"
  120. *PageSize A5: "statusdict /a5tray get exec"
  121. *PageSize B4: "statusdict /b4tray get exec"
  122. *PageSize B5: "statusdict /b5tray get exec b5R"
  123. *PageSize B5.Transverse: "statusdict /b5tray get exec b5"
  124. *CloseUI: *PageSize
  125.  
  126. *% These entries will set up the frame buffer. Usually used with manual feed.
  127. *OpenUI *PageRegion: PickOne
  128. *OrderDependency: 40 AnySetup *PageRegion
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letterR"
  131. *PageRegion Letter.Transverse: "letter"
  132. *PageRegion Legal: "legal"
  133. *PageRegion Ledger: "ledger"
  134. *PageRegion Tabloid: "11x17"
  135. *PageRegion A3: "a3"
  136. *PageRegion A4: "a4R"
  137. *PageRegion A4.Transverse: "a4"
  138. *PageRegion A5: "a5"
  139. *PageRegion B4: "b4"
  140. *PageRegion B5: "b5R"
  141. *PageRegion B5.Transverse: "b5"
  142. *PageRegion Statement: "statement"
  143. *CloseUI: *PageRegion
  144.  
  145. *% The following entries provide information about specific paper keywords.
  146. *DefaultImageableArea: Letter
  147. *ImageableArea Letter: "20 16 591 775 "
  148. *ImageableArea Letter.Transverse: "18 19 593 773 "
  149. *ImageableArea Legal: "18 19 593 990 "
  150. *ImageableArea Ledger: "18 16 1205 775 "
  151. *ImageableArea Tabloid: "16 19 775 1206 "
  152. *ImageableArea A3: "18 21 823 1170 "
  153. *ImageableArea A4: "18 18 576 823 "
  154. *ImageableArea A4.Transverse: "18 19 577 823 "
  155. *ImageableArea A5: "18 19 401 577 "
  156. *ImageableArea B4: "19 15 709 1017 "
  157. *ImageableArea B5: "20 19 495 709 "
  158. *ImageableArea B5.Transverse: "20 19 495 709 "
  159. *ImageableArea Statement: "22 19 374 594 "
  160. *?ImageableArea: "
  161. save
  162.   /cvp {(                ) cvs print ( ) print } bind def
  163.   /upperright {10000 mul floor 10000 div} bind def
  164.   /lowerleft {10000 mul ceiling 10000 div} bind def
  165.   newpath clippath pathbbox
  166.   4 -2 roll exch 2 {lowerleft cvp} repeat
  167.   exch 2 {upperright cvp} repeat flush
  168. restore
  169. "
  170. *End
  171.  
  172. *% These provide the physical dimensions of the paper (by keyword)
  173. *DefaultPaperDimension: Letter
  174. *PaperDimension Letter: "612 792"
  175. *PaperDimension Letter.Transverse: "612 792"
  176. *PaperDimension Legal: "612 1008"
  177. *PaperDimension Ledger: "1224 792"
  178. *PaperDimension Tabloid: "792 1224"
  179. *PaperDimension A3: "842 1191"
  180. *PaperDimension A4: "595 842"
  181. *PaperDimension A4.Transverse: "595 842"
  182. *PaperDimension A5: "420 595"
  183. *PaperDimension B4: "729 1032"
  184. *PaperDimension B5: "516 729"
  185. *PaperDimension B5.Transverse: "516 729"
  186. *PaperDimension Statement: "396 612"
  187.  
  188. *RequiresPageRegion All: True
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: Upper
  192. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  193. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  194. *?InputSlot: "
  195. save
  196.   [ (Upper) (Lower) ] statusdict /papertray get exec
  197.   (get exec) stopped ( pop pop (Unknown)} if = flush
  198. restore
  199. "
  200. *End
  201. *CloseUI: *InputSlot
  202.  
  203. *OpenUI *ManualFeed: Boolean
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict /manualfeed true put"
  207. *ManualFeed False: "statusdict /manualfeed false put"
  208. *?ManualFeed: "
  209. save
  210.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  211. restore
  212. "
  213. *End
  214. *CloseUI: *ManualFeed
  215.  
  216. *% Font Information =====================
  217. *DefaultFont: Courier
  218. *Font Courier: Standard "(001.004)" Standard ROM
  219. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  220. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  221. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  222. *Font Helvetica: Standard "(001.001)" Standard ROM
  223. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  224. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  225. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  226. *Font Symbol: Special "(001.001)" Special ROM
  227. *Font Times-Bold: Standard "(001.001)" Standard ROM
  228. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  229. *Font Times-Italic: Standard "(001.001)" Standard ROM
  230. *Font Times-Roman: Standard "(001.001)" Standard ROM
  231. *?FontQuery: "
  232. save
  233.  /str 100 string dup 0 (fonts/) putinterval def
  234.  {
  235.    count 1 gt
  236.    {
  237.      exch dup str 6 94 getinterval cvs
  238.      (/) print print (:) print
  239.      FontDirectory exch known
  240.      {(Yes)}{(No)} ifelse =
  241.    }
  242.    {exit} ifelse
  243.  }bind loop
  244.  (*) = flush
  245. restore
  246. "
  247. *End
  248.  
  249. *?FontList: "
  250. FontDirectory { pop == } bind forall flush
  251. (*) = flush
  252. "
  253. *End
  254.  
  255. *% Printer Messages (verbatim from printer):
  256. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  257. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  258. *Message: "\FontName\ not found, using Courier"
  259.  
  260. *% Status (format: %%[ status: <one of these> ]%% )
  261. *Status: "idle"
  262. *Status: "busy"
  263. *Status: "waiting"
  264. *Status: "printing"
  265. *Status: "warming up"
  266. *Status: "PrinterError: BD check"
  267. *Status: "PrinterError: Paper jam"
  268. *Status: "PrinterError: Replace toner bag"
  269. *Status: "PrinterError: Warming up"
  270. *Status: "PrinterError: Timing error"
  271. *Status: "PrinterError: Fuser check"
  272. *Status: "PrinterError: Cover opened"
  273. *Status: "PrinterError: Toner empty"
  274. *Status: "PrinterError: Empty & reset output bin(s)"
  275. *Status: "PrinterError: Sorter or jogger error"
  276. *Status: "PrinterError: Scanner check"
  277.  
  278. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  279. *Source: "serial9"
  280. *Source: "serial25"
  281. *Source: "AppleTalk"
  282. *Source: "Centronics"
  283.  
  284. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  285. *PrinterError: "BD check"
  286. *PrinterError: "Paper jam"
  287. *PrinterError: "Replace toner bag"
  288. *PrinterError: "Warming up"
  289. *PrinterError: "Timing error"
  290. *PrinterError: "Fuser check"
  291. *PrinterError: "Cover opened"
  292. *PrinterError: "Toner empty"
  293. *PrinterError: "Empty & reset output bin(s)"
  294. *PrinterError: "Sorter or jogger error"
  295. *PrinterError: "Scanner check"
  296.  
  297. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  298.  
  299. *% Color Separation Information =====================
  300.  
  301. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  302.  
  303. *InkName: ProcessBlack/Process Black
  304. *InkName: CustomColor/Custom Color
  305. *InkName: ProcessCyan/Process Cyan
  306. *InkName: ProcessMagenta/Process Magenta
  307. *InkName: ProcessYellow/Process Yellow
  308.  
  309. *% For 60 lpi / 300 dpi =====================================================
  310.  
  311. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  312. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  313. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  314. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  315. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  316.  
  317. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322.  
  323. *% For 53 lpi / 300 dpi =====================================================
  324.  
  325. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  326. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  327. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  328. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  329. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  330.  
  331. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  332. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  333. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  334. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  335. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  336.  
  337. *% For "Dataproducts LZR 2665" version 47.0
  338. *% Last edit 3/16/94
  339. *% end of PPD file for Dataproducts LZR 2665
  340.